// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04A TN_Widget.CreateTable([['Fool House: The Ultimate 90s Dance Party','The Admiral - Omaha','Omaha, NE','Friday','5/3/2024','8:00 PM','6042557','Fool-House--The-Ultimate-90s-Dance-Party-5-3-2024'],['Finesse2tymes','The Admiral - Omaha','Omaha, NE','Saturday','5/11/2024','7:00 PM','6331208','Finesse2tymes-5-11-2024'],['Local Natives','The Admiral - Omaha','Omaha, NE','Tuesday','5/14/2024','8:00 PM','6251083','Local-Natives-5-14-2024'],['Dayseeker - Band','The Admiral - Omaha','Omaha, NE','Thursday','5/16/2024','7:30 PM','6123618','Dayseeker---Band-5-16-2024'],['Burning Spear','The Admiral - Omaha','Omaha, NE','Saturday','6/8/2024','8:00 PM','6379242','Burning-Spear-6-8-2024'],['Lucinda Williams','The Admiral - Omaha','Omaha, NE','Sunday','6/9/2024','8:00 PM','6375138','Lucinda-Williams-6-9-2024'],['The Mars Volta','The Admiral - Omaha','Omaha, NE','Monday','6/10/2024','8:00 PM','6258186','The-Mars-Volta-6-10-2024'],['Sommore','The Admiral - Omaha','Omaha, NE','Sunday','6/16/2024','7:00 PM','6385215','Sommore-6-16-2024'],['Summer School: Scene Queen, The Home Team & Magnolia Park','The Admiral - Omaha','Omaha, NE','Friday','8/2/2024','6:00 PM','6346573','Summer-School--Scene-Queen--The-Home-Team---Magnolia-Park-8-2-2024'],['Orville Peck','The Admiral - Omaha','Omaha, NE','Saturday','8/3/2024','8:00 PM','6348877','Orville-Peck-8-3-2024'],['Joe Pera','The Admiral - Omaha','Omaha, NE','Wednesday','9/18/2024','8:00 PM','6319331','Joe-Pera-9-18-2024'],['Ricky Montgomery','The Admiral - Omaha','Omaha, NE','Tuesday','10/1/2024','8:00 PM','6397059','Ricky-Montgomery-10-1-2024'],['The Airborne Toxic Event','The Admiral - Omaha','Omaha, NE','Saturday','10/5/2024','8:00 PM','6331212','The-Airborne-Toxic-Event-10-5-2024'],['Morgan Wade','The Admiral - Omaha','Omaha, NE','Thursday','10/10/2024','8:00 PM','6378609','Morgan-Wade-10-10-2024'],['Cold War Kids','The Admiral - Omaha','Omaha, NE','Monday','10/21/2024','8:00 PM','6400570','Cold-War-Kids-10-21-2024'],['Morbid Angel','The Admiral - Omaha','Omaha, NE','Wednesday','12/4/2024','6:30 PM','6416161','Morbid-Angel-12-4-2024'],['Becky Robinson','The Admiral - Omaha','Omaha, NE','Saturday','12/7/2024','8:00 PM','6387199','Becky-Robinson-12-7-2024'],['Beth Hart','The Admiral - Omaha','Omaha, NE','Monday','5/7/2074','8:00 PM','5717084','Beth-Hart-5-7-2074']],'Sokol Auditorium','http://www.ticketnetwork.com/ticket/Sokol-Auditorium-events.aspx');